|
|
@@ -1,17 +1,3 @@
|
|
|
-import {
|
|
|
- set,
|
|
|
- del,
|
|
|
- nextTick,
|
|
|
- mergeOptions,
|
|
|
- classify,
|
|
|
- toArray,
|
|
|
- commonTagRE,
|
|
|
- reservedTagRE,
|
|
|
- warn,
|
|
|
- isPlainObject,
|
|
|
- extend
|
|
|
-} from './util/index'
|
|
|
-
|
|
|
import config from './config'
|
|
|
import directives from './directives/public/index'
|
|
|
import elementDirectives from './directives/element/index'
|
|
|
@@ -27,6 +13,20 @@ import * as transition from './transition/index'
|
|
|
import FragmentFactory from './fragment/factory'
|
|
|
import internalDirectives from './directives/internal/index'
|
|
|
|
|
|
+const {
|
|
|
+ set,
|
|
|
+ del,
|
|
|
+ nextTick,
|
|
|
+ mergeOptions,
|
|
|
+ classify,
|
|
|
+ toArray,
|
|
|
+ commonTagRE,
|
|
|
+ reservedTagRE,
|
|
|
+ warn,
|
|
|
+ isPlainObject,
|
|
|
+ extend
|
|
|
+} = util
|
|
|
+
|
|
|
export default function (Vue) {
|
|
|
/**
|
|
|
* Vue and every constructor that extends Vue has an
|