|
@@ -14,7 +14,9 @@ return function render() {
|
|
|
_toString(world.burn()),
|
|
_toString(world.burn()),
|
|
|
(_openBlock(), ok
|
|
(_openBlock(), ok
|
|
|
? _createBlock(\\"div\\", { key: 0 }, \\"yes\\")
|
|
? _createBlock(\\"div\\", { key: 0 }, \\"yes\\")
|
|
|
- : _createBlock(_Fragment, { key: 1 }, \\"no\\")),
|
|
|
|
|
|
|
+ : _createBlock(_Fragment, { key: 1 }, [
|
|
|
|
|
+ \\"no\\"
|
|
|
|
|
+ ])),
|
|
|
_createVNode(_Fragment, null, _renderList(list, (value, index) => {
|
|
_createVNode(_Fragment, null, _renderList(list, (value, index) => {
|
|
|
return (_openBlock(), _createBlock(\\"div\\", null, [
|
|
return (_openBlock(), _createBlock(\\"div\\", null, [
|
|
|
_createVNode(\\"span\\", null, _toString(value + index))
|
|
_createVNode(\\"span\\", null, _toString(value + index))
|
|
@@ -37,7 +39,9 @@ return function render() {
|
|
|
toString(_ctx.world.burn()),
|
|
toString(_ctx.world.burn()),
|
|
|
(openBlock(), (_ctx.ok)
|
|
(openBlock(), (_ctx.ok)
|
|
|
? createBlock(\\"div\\", { key: 0 }, \\"yes\\")
|
|
? createBlock(\\"div\\", { key: 0 }, \\"yes\\")
|
|
|
- : createBlock(Fragment, { key: 1 }, \\"no\\")),
|
|
|
|
|
|
|
+ : createBlock(Fragment, { key: 1 }, [
|
|
|
|
|
+ \\"no\\"
|
|
|
|
|
+ ])),
|
|
|
createVNode(Fragment, null, renderList(_ctx.list, (value, index) => {
|
|
createVNode(Fragment, null, renderList(_ctx.list, (value, index) => {
|
|
|
return (openBlock(), createBlock(\\"div\\", null, [
|
|
return (openBlock(), createBlock(\\"div\\", null, [
|
|
|
createVNode(\\"span\\", null, toString(value + index))
|
|
createVNode(\\"span\\", null, toString(value + index))
|
|
@@ -59,7 +63,9 @@ export default function render() {
|
|
|
_toString(_ctx.world.burn()),
|
|
_toString(_ctx.world.burn()),
|
|
|
(openBlock(), (_ctx.ok)
|
|
(openBlock(), (_ctx.ok)
|
|
|
? createBlock(\\"div\\", { key: 0 }, \\"yes\\")
|
|
? createBlock(\\"div\\", { key: 0 }, \\"yes\\")
|
|
|
- : createBlock(Fragment, { key: 1 }, \\"no\\")),
|
|
|
|
|
|
|
+ : createBlock(Fragment, { key: 1 }, [
|
|
|
|
|
+ \\"no\\"
|
|
|
|
|
+ ])),
|
|
|
createVNode(Fragment, null, renderList(_ctx.list, (value, index) => {
|
|
createVNode(Fragment, null, renderList(_ctx.list, (value, index) => {
|
|
|
return (openBlock(), createBlock(\\"div\\", null, [
|
|
return (openBlock(), createBlock(\\"div\\", null, [
|
|
|
createVNode(\\"span\\", null, _toString(value + index))
|
|
createVNode(\\"span\\", null, _toString(value + index))
|