You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`slot reactivity > composable > en 1`] =`"<h1>Root</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p><divclass="child"><h1>Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p><divclass="sub-child"><h1>Sub Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p></div> t inside of slot <p>hello!</p> i18n-t inside of slot <p>hello!</p></div>"`;
3
+
exports[`slot reactivity > en 1`] =`"<h1>Root</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p><divclass="child"><h1>Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p><divclass="sub-child"><h1>Sub Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p></div> t inside of slot <p>hello!</p> i18n-t inside of slot <p>hello!</p></div>"`;
4
4
5
-
exports[`slot reactivity > composable > ja 1`] =`"<h1>Root</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p><divclass="child"><h1>Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p><divclass="sub-child"><h1>Sub Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p></div> t inside of slot <p>こんにちは!</p> i18n-t inside of slot <p>こんにちは!</p></div>"`;
6
-
7
-
exports[`slot reactivity > legacy > en 1`] =`"<h1>Root</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p><divclass="child"><h1>Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p><divclass="sub-child"><h1>Sub Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>hello!</p></div> $t inside of slot <p>hello!</p> i18n-t inside of slot <p>hello!</p></div>"`;
8
-
9
-
exports[`slot reactivity > legacy > ja 1`] =`"<h1>Root</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p><divclass="child"><h1>Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p><divclass="sub-child"><h1>Sub Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p></div> $t inside of slot <p>こんにちは!</p> i18n-t inside of slot <p>こんにちは!</p></div>"`;
5
+
exports[`slot reactivity > ja 1`] =`"<h1>Root</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p><divclass="child"><h1>Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p><divclass="sub-child"><h1>Sub Child</h1><form><select><optionvalue="en">en</option><optionvalue="ja">ja</option></select></form><p>こんにちは!</p></div> t inside of slot <p>こんにちは!</p> i18n-t inside of slot <p>こんにちは!</p></div>"`;
0 commit comments