A
A
Alexander2017-08-25 07:19:28
Vue.js
Alexander, 2017-08-25 07:19:28

Vue.js: How to remove extra tags?

Hello!
There is such a task: to show the user the text that he can see and delete the other.
Basically, there is this text:

В Европе редиска появилась благодаря итальянцу Марко Поло <span lvl='20'>, который, вернувшись из своего знаменитого путешествия, <span lvl='40'> из Китая </span> привёз семена редиса. Было это </span> в конце XIII века."

The user's level corresponds to, well, two. Then he must see
В Европе редиска появилась благодаря итальянцу Марко Поло в конце XIII века."

If the user has a level, say 30, then
В Европе редиска появилась благодаря итальянцу Марко Поло, который, вернувшись из своего знаменитого путешествия, привёз семена редиса. Было это в конце XIII века."

I can’t figure out how to do this on vue.js (and on javascript, to be honest, too).
Sketched a mockup but can't get further: jsfiddle.net
Can you help or point me in the right direction?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Kulakov, 2017-08-25
@cry_san

Bike: https://jsfiddle.net/kulakoff/ve4k3v3t/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question