File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed
Documentation/pages/QuickStart
E-commerce/ProductManagement Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v.1.0.5]
3+ ## [ v.1.0.6]
4+ ### Updated - 09/04/2021
5+ - Updated documentation
6+ - Update notifications in User List and Product pages
47
8+ ## [ v.1.0.5]
59- Updated documentation
610
711## [ v.1.0.4]
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-material-admin-full" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.6 " ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve --port 3000" ,
Original file line number Diff line number Diff line change 99 <li >Mac OS X, Windows, or Linux</li >
1010 <li >Node.js v9 or newer</li >
1111 <li >Vue JS 2.6</li >
12- <li >Running our <a href =" https://github.com/flatlogic/user-management-template-backend" >Node.js</a >
13- or <a href =" https://github.com/flatlogic/app-generator-java" >Java</a > backend (Required only in full stack version)</li >
12+ <li >Running our <a href =" https://github.com/flatlogic/user-management-template-backend" >Node.js</a > / <a href =" https://github.com/flatlogic/app-generator-java" >Java</a > / <a href =" https://github.com/flatlogic/php-backend" >PHP</a > backend (Required only in full stack version)</li >
1413 </ul >
1514 <p class =" text-h5 mt-4" >Quick Start:</p >
1615 <ul >
Original file line number Diff line number Diff line change 113113 right
114114 top
115115 style =" top : 50px " >
116- {{ text }}
116+ < div v-html = " text" class = " " ></ div >
117117 <template v-slot :action =" { attrs } " >
118118 <v-btn
119119 dark
180180 require (' @/assets/img/e-commerce/low/5.png' ),
181181 require (' @/assets/img/e-commerce/low/6.png' )
182182 ],
183- notification: ' This page is only available in Vue Material Admin Full with NodeJS/.NET integration!'
183+ notification: ' <p class="font-weight-bold mb-0">This page is only available in Vue Material Admin Full with ' +
184+ ' <a rel="noreferrer noopener" target="_blank" class="white--text text-decoration-none" href="https://flatlogic.com/templates/sing-app-vue-node-js">NodeJS</a>/' +
185+ ' <a rel="noreferrer noopener" target="_blank" class="white--text text-decoration-none" href="https://flatlogic.com/templates/sing-app-vue-laravel">PHP</a> backend integration!</p>'
184186 }
185187 },
186188 computed: {
Original file line number Diff line number Diff line change 148148 right
149149 top
150150 style =" top : 50px " >
151- {{ text }}
151+ < div v-html = " text" class = " " ></ div >
152152 <template v-slot :action =" { attrs } " >
153153 <v-btn
154154 dark
@@ -217,7 +217,9 @@ export default {
217217 ],
218218 itemPerPage: 5 ,
219219 text: ' ' ,
220- notification: ' This page is only available in Vue Material Admin Full with NodeJS/.NET integration!'
220+ notification: ' <p class="font-weight-bold mb-0">This page is only available in Vue Material Admin Full with ' +
221+ ' <a rel="noreferrer noopener" target="_blank" class="white--text text-decoration-none" href="https://flatlogic.com/templates/sing-app-vue-node-js">NodeJS</a>/' +
222+ ' <a rel="noreferrer noopener" target="_blank" class="white--text text-decoration-none" href="https://flatlogic.com/templates/sing-app-vue-laravel">PHP</a> backend integration!</p>'
221223 }
222224 },
223225
You can’t perform that action at this time.
0 commit comments