We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d97b17 commit 41cd8d6Copy full SHA for 41cd8d6
reg/index.js
@@ -1,3 +1,5 @@
1
import regBase from './regBase.js';
2
+import vueReg from './vue-reg.js';
3
-regBase.regTest();
4
+// regBase.regTest();
5
+vueReg();
reg/vue-reg.js
@@ -0,0 +1,18 @@
+/**
+ * As vue Reg pratice
+ */
+export default function vueReg(){
+ console.log("%c Vue Reg Start", 'color:#fff;background: skyblue; padding:0 100px;')
6
+
7
8
+ console.log(123)
9
10
11
12
13
14
15
16
+ console.log("%c Vue Reg End", 'color:#fff;background: skyblue; padding:0 100px;')
17
18
+}
0 commit comments