Vue 3: Note App (Vue + Pinia) - 2023 - Part - 7

แชร์
ฝัง

ความคิดเห็น • 8

  • @sandrinerodriguez9425
    @sandrinerodriguez9425 8 หลายเดือนก่อน +1

    Very good video, thank you for your involvement. Are you planning a suite for the other components (GridView, UpdateView...)?

  • @phyoga7645
    @phyoga7645 10 หลายเดือนก่อน

    Thank you for this series! I've been struggling to find beginner-friendly projects in Vue but this was great. Is there another part (or two?) to come, covering the remaining functionality? :)

  • @druharper
    @druharper 9 หลายเดือนก่อน

    Great videos :) Question: Why not put he CSS in the SFC (single file component) itself? Then you wouldn't need the name-spacing "rs__". I dunno.. maybe you just like to have everything in one place? Honestly, I think I might have done the whole thing in Tailwind CSS; but it has been refreshing typing out some the CSS.

  • @codedjango
    @codedjango 11 หลายเดือนก่อน

    Not sure why my earlier comment didnt get posted here...so posting again....first of all thanks a ton for updating GH with latest code...yea the code is fine, but I want to know the reason why you have used the contenteditable package instead of just textarea? I think that's an overkill so wanted to know its advantages over textarea

    • @RobizShow
      @RobizShow  11 หลายเดือนก่อน +1

      Textarea will not allow any html tag. For instance you may want to make your text bold or may be you want to add link, so you cannot do that in textarea. I hope you got the answer.

  • @codedjango
    @codedjango 11 หลายเดือนก่อน

    Something is not right....since in `vue-note-yt/src/components/list/ListView.vue`, I dont see "AddNote" component - also some css is missing in your github i think....please update the code in github....thank you so much

    • @codedjango
      @codedjango 11 หลายเดือนก่อน

      Also, If you just add "AddNote" component in "ListView" it doesnt show up, I think you need to wrap it with `rs__content-wrapper` class in the ListView component?

    • @RobizShow
      @RobizShow  11 หลายเดือนก่อน

      Sorry for the delayed update on the GH. Check this branch: github.com/robicse11127/vue-note-yt/tree/ep-7