Updated sample.json
This commit is contained in:
parent
d3716d1e8d
commit
9b87a0dcd0
|
@ -30,3 +30,7 @@ obj
|
|||
|
||||
# Styles Generated Code
|
||||
*.scss.ts
|
||||
# .CER Certificates
|
||||
*.cer
|
||||
# .PEM Certificates
|
||||
*.pem
|
||||
|
|
|
@ -51,6 +51,7 @@ Version|Date|Comments
|
|||
0.0.5|November 15, 2017|Added data provider that demonstrates the CRUD operations
|
||||
0.0.6|December 11, 2018|Updated sample to SPFx 1.4 and Vue 2.5.x
|
||||
0.0.7|April 28, 2020|Updated sample to SPFx 1.10 and Vue 2.6.x, fixed issues with batch loader
|
||||
0.0.8|April 4, 2022|Replace node sass with sass
|
||||
|
||||
## Minimal Path to Awesome
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"Sample Todo web part demonstrating how you can utilize Vue (a progressive framework for building user interfaces) with SharePoint Framework using handy single-file components approach."
|
||||
],
|
||||
"creationDateTime": "2020-04-27",
|
||||
"updateDateTime": "2020-04-27",
|
||||
"updateDateTime": "2022-04-04",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue