File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11[ ![ OSCS Status] ( https://www.oscs1024.com/platform/badge/branlice/mini-vue.svg?size=small )] ( https://www.oscs1024.com/project/branlice/mini-vue?ref=badge_small )
2+
23# mini-vue
4+ > A minimalist Vue3 framework. the original author is [ @cuixiaorui ] ( https://github.com/cuixiaorui/mini-vue )
5+
6+ Plan to design a business framework for WebPlugin plugin development by learning vue3 core knowledge points and project architecture design ideas...
7+
8+ I am in progress...
9+
10+ ## Goals
11+ > Objectives??
12+ - [ ] Learn vue3 core knowledge points and project architecture design ideas
13+ - [ ] Design a business framework for WebPlugin plugin development
Original file line number Diff line number Diff line change @@ -8,15 +8,11 @@ export const App = {
88 {
99 class : "red" ,
1010 onClick ( ) {
11- console . log ( "click" ) ;
12- } ,
13- onMousemove ( ) {
14- console . log ( "mousemove" ) ;
11+ alert ( "you clicked on me!" ) ;
1512 } ,
1613 } ,
1714 this . msg
1815 ) ;
19-
2016 // return h(
2117 // "div",
2218 // {
You can’t perform that action at this time.
0 commit comments