質問編集履歴

1

追記

2020/04/10 07:13

投稿

sixth13
sixth13

スコア33

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```vue,js
8
8
 
9
- <a href="https://gooogle/en.com">
9
+ <a href="https://gooogle/en.com" data-link"{{t('hogehoge')}}">
10
10
 
11
11
  ```
12
12
 
@@ -16,13 +16,17 @@
16
16
 
17
17
  ```vue,js
18
18
 
19
- <a href="https://gooogle/{{t('locale')}}.com">
19
+ <a href="https://gooogle/{{t('locale')}}.com" data-link"fugafuga">
20
20
 
21
21
  ```
22
22
 
23
23
  などどしてaタグをそのまま流用して使用することは可能でしょうか。
24
24
 
25
25
  (上記の書き方ではエラーが出てダメだったので回避策をご教示頂きたく)
26
+
27
+ タブルクォーテーションの中に<template>の中のクォーテーションでラップしたi18nのtメソッドを
28
+
29
+ 書くにはどのようにすればよろしいでしょうか。
26
30
 
27
31
 
28
32