File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ rollup({
96
96
97
97
可查阅相关构建工具文档:
98
98
99
- - [ Webpack + vue-loader] ( https://vue-loader.vuejs.org/zh-cn/configurations/extract-css.html ) (the ` vue-cli ` webpack template has this pre-configured
99
+ - [ Webpack + vue-loader] ( https://vue-loader.vuejs.org/zh-cn/configurations/extract-css.html ) (the ` vue-cli ` webpack template has this pre-configured)
100
100
- [ Browserify + vueify] ( https://github.com/vuejs/vueify#css-extraction )
101
101
- [ Rollup + rollup-plugin-vue] ( https://vuejs.github.io/rollup-plugin-vue/#/en/2.3/?id=custom-handler )
102
102
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Vue.use(MyPlugin)
65
65
Vue .use (MyPlugin, { someOption: true })
66
66
```
67
67
68
- ` Vue.use ` 会自动阻止注册相同插件多次 ,届时只会注册一次该插件。
68
+ ` Vue.use ` 会自动阻止多次注册相同插件 ,届时只会注册一次该插件。
69
69
70
70
Vue.js 官方提供的一些插件 (例如 ` vue-router ` ) 在检测到 ` Vue ` 是可访问的全局变量时会自动调用 ` Vue.use() ` 。然而在例如 CommonJS 的模块环境中,你应该始终显式地调用 ` Vue.use() ` :
71
71
You can’t perform that action at this time.
0 commit comments