8000 PROJECT_LANG_1.vue.js [V1] · seanpm2001/Learn-VueJS@dac9be2 · GitHub
[go: up one dir, main page]

Skip to content

Commit dac9be2

Browse files
authored
PROJECT_LANG_1.vue.js [V1]
Version 1 of the first project language file for this project.
1 parent fa84f28 commit dac9be2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

PROJECT_LANG_1.vue.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<div id="plang1">
2+
<p>{{ message }}</p>
3+
</div>
4+
<script>
5+
new Vue({
6+
el: '#plang1',
7+
data: {
8+
message: 'Project language file 1\nFor: seanpm2001/Learn-VueJS\nAbout:\nI decided to make Vue.js the main project language file for this project (Seanpm2001/Learn-VueJS) as Vue.js is the language this project is dedicated to, because this project is about learning the Vue.js programming language. It only makes sense to Vue.js the official language for this project. It is getting its own project language file, starting here.\n'
9+
}
10+
})
11+
</script>
12+
// Output:
13+
// Project language file 1
14+
// For: seanpm2001/Learn-VueJS
15+
// About:
16+
// I decided to make Vue.js the main project language file for this project (Seanpm2001/Learn-VueJS) as Vue.js is the language this project is dedicated to, because this project is about learning the Vue.js programming language. It only makes sense to Vue.js the official language for this project. It is getting its own project language file, starting here.
17+
18+
/* File info
19+
* File type: Vue.js source file (*.vue *.js)
20+
* File version: 1 (2022, Friday, September 2nd at 4:56 pm PST)
21+
* Line count (including blank lines and compiler line): 25
22+
*/
23+
24+
// End of script

0 commit comments

Comments
 (0)
0