Dafrok

Results 14 issues of Dafrok

## 描述 在 `.md` 文件中使用 标签时,首行须要插入一个换行符才能被正确解析。 ## 复现 ### 输入 ```vue # Title Lorem Ipsum ``` ### 期望输出 ```html Title Lorem Ipsum ``` ### 实际输出 ```html # Title Lorem Ipsum...

### Why Compile this package into an umd module to compatible browser runtime when using CDN. ### How ```html

首先上有问题的代码段 ***/test/index.js*** 第 16 行至 51 行: ```js router.setMode('hash'); router.start(); let routeTimes = 0; let App = san.defineComponent({ initData() { return { routeTimes: 0 }; }, components: { 'router-link': Link...