8000
We read every piece of feedback, and take your input very seriously.
1 parent dac9be2 commit 1eeb03eCopy full SHA for 1eeb03e
OldVersions/PROJECT_LANGUAGE/Vue/PROJECT_LANG_1_V1.vue
@@ -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