nuxt-typo3-ce
Advanced tools
Comparing version 0.0.2 to 0.0.3-alpha.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.3-alpha.2](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.1...v0.0.3-alpha.2) (2021-11-17) | ||
**Note:** Version bump only for package nuxt-typo3-ce | ||
## [0.0.2](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2-alpha.3...v0.0.2) (2021-10-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "nuxt-typo3-ce", | ||
"version": "0.0.2", | ||
"version": "0.0.3-alpha.2", | ||
"main": "./index.ts", | ||
@@ -16,3 +16,3 @@ "types": "./types", | ||
"dependencies": { | ||
"@vue/composition-api": "^1.0.0-rc.5" | ||
"@vue/composition-api": "^1.3.3" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
"eslint": "^7.10.0", | ||
"eslint-config-macopedia": "^0.1.0", | ||
"eslint-config-macopedia": "^0.2.0-alpha.1", | ||
"flush-promises": "^1.0.2", | ||
@@ -60,3 +60,3 @@ "fork-ts-checker-webpack-plugin": "^5.2.0", | ||
}, | ||
"gitHead": "b9e8acea071c0546407acab939c9165cc4b0c9cf" | ||
"gitHead": "3fa512cea164ce6a8c32ca1527679c95b38d04fb" | ||
} |
@@ -9,3 +9,3 @@ import { mount } from '@vue/test-utils' | ||
props: ['id', 'header', 'bodytext'], | ||
template: `<div class="ce-text-mock"><h1>{{header}}</h1>{{bodytext}}</div>` | ||
template: '<div class="ce-text-mock"><h1>{{header}}</h1>{{bodytext}}</div>' | ||
} | ||
@@ -12,0 +12,0 @@ |
@@ -66,5 +66,5 @@ import type { CeRendererContentItem } from './CeRenderer.types' | ||
rows: { | ||
'1': { | ||
1: { | ||
columns: { | ||
'1': { | ||
1: { | ||
publicUrl: 'https://image.jpg', | ||
@@ -71,0 +71,0 @@ properties: { |
@@ -10,3 +10,3 @@ import { mount } from '@vue/test-utils' | ||
props: ['data', 'type', 'index'], | ||
template: `<div class="ce-dnymaic">{{JSON.stringify($props)}}</div>` | ||
template: '<div class="ce-dnymaic">{{JSON.stringify($props)}}</div>' | ||
} | ||
@@ -21,3 +21,3 @@ | ||
props: ['data', 'type', 'index'], | ||
template: `<div class="ce-default">{{JSON.stringify($props)}}</div>` | ||
template: '<div class="ce-default">{{JSON.stringify($props)}}</div>' | ||
} | ||
@@ -34,3 +34,3 @@ | ||
components: { CeRenderer }, | ||
template: `<div><CeRenderer v-bind="$attrs"/></div>` | ||
template: '<div><CeRenderer v-bind="$attrs"/></div>' | ||
} | ||
@@ -89,3 +89,3 @@ | ||
components: { CeRenderer }, | ||
template: `<div><CeRenderer v-bind="$attrs"/></div>` | ||
template: '<div><CeRenderer v-bind="$attrs"/></div>' | ||
} | ||
@@ -92,0 +92,0 @@ |
@@ -9,3 +9,3 @@ import { mount } from '@vue/test-utils' | ||
props: ['data', 'type', 'index'], | ||
template: `<div class="ce-dnymaic">{{JSON.stringify($props)}}</div>` | ||
template: '<div class="ce-dnymaic">{{JSON.stringify($props)}}</div>' | ||
} | ||
@@ -12,0 +12,0 @@ |
@@ -7,7 +7,7 @@ import { mount } from '@vue/test-utils' | ||
const CeHeaderMock = Vue.component('CeHeader', { | ||
template: `<div> hello </div>` | ||
template: '<div> hello </div>' | ||
}) | ||
const NavLinkMock = Vue.component('NavLink', { | ||
template: `<div> <slot/> </div>` | ||
template: '<div> <slot/> </div>' | ||
}) | ||
@@ -22,3 +22,3 @@ | ||
}, | ||
template: `<img :src="file.publicUrl" />` | ||
template: '<img :src="file.publicUrl" />' | ||
}) | ||
@@ -25,0 +25,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
85675
Updated@vue/composition-api@^1.3.3