@burh/nuxt-core 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -174,9 +174,6 @@
174
174
  fromNow(date) {
175
175
  return moment(date).locale('pt-BR').fromNow();
176
176
  },
177
- teste(){
178
- return 'testando package version'
179
- }
180
177
  },
181
178
  watch: {
182
179
  '$route.path'(newRoute, oldRoute) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {