0

I have imported one node component like, "TfNavpane". Now I need to override the "TfNavpane template only as per requirement. I am using single page component which contains template, script and style tags and I can't modify the node component directly. Code snaps has given below. How can I achieve this?

Own component: Custom Navpane

Node component: Original Navpane template

3
  • Try extending your base component. Extends in Vue either inherit the base template, or you define a new one and overwrite it. Commented Nov 30, 2018 at 14:19
  • can you please give an example that how to overwrite it with my given code. Commented Dec 1, 2018 at 5:57
  • how about you take a look here stackoverflow.com/a/35964241/6283258 Commented Dec 3, 2018 at 10:44

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.